home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8788 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1006 b 

  1. Path: news.coqui.com!usenet
  2. From: Carlos M. Jimenez <carlosj@coqui.net>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Classes?
  5. Date: 26 Feb 1996 18:27:34 GMT
  6. Organization: Datacom Caribe, Inc.
  7. Message-ID: <4gsu2m$567@datacom.coqui.com>
  8. NNTP-Posting-Host: ppp23.coqui.net
  9.  
  10. ay011@lafn.org (Danny Yoo) writes:
  11. >     Is there a good tutorial on learning classes for C++?  I've
  12. > got most of the basics down, and I'm about to jump into object
  13. > oriented heck.  <grin>  Any help would be greatly appreciated, thanks!
  14.  
  15. Check out "C++ Primer" by Tom Swan, SAMS Publishing. Starts 
  16. with the basics and then takes you into O-O programming 
  17. consepts.
  18.  
  19. After you learn C++ and classes you might want to learn 
  20. MFC (Microsoft Foundation Classes) which is an Application
  21. Framework for Windows programming (i.e., a set of classes
  22. that makes Windows programming a snap!), in which case I 
  23. would recommend "Inside Visual C++" by David J. Kruglinsky, 
  24. Micro$oft Press.
  25.  
  26. Hope this helps!
  27.  
  28. Carlos Jimenez
  29. San Juan, PR
  30. carlosj@coqui.net
  31.